home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-01-27 | 823 b | 32 lines | [TEXT/CWIE] |
- // #include <MacHeaders.h>
-
- #define DEBUG 1
- #define NO_STATICS 1
-
- #define OLDROUTINENAMES 0
- #define OLDROUTINELOCATIONS 0
-
- /*
- * Metrowerks-specific definitions
- *
- * These definitions are commonly used but not in Apple's headers. We define
- * them in our precompiled header so we can use the Apple headers without modification.
- */
-
- #define PtoCstr p2cstr
- #define CtoPstr c2pstr
- #define PtoCString p2cstr
- #define CtoPString c2pstr
-
- #define topLeft(r) (((Point *) &(r))[0])
- #define botRight(r) (((Point *) &(r))[1])
-
- // This is to help the sources compile under UniversalHeader 2 and 3
-
- #define kControlCheckBoxCheckedValue kControlCheckboxCheckedValue
- #define kControlCheckBoxUncheckedValue kControlCheckboxUncheckedValue
- #define kControlCheckBoxMixedValue kControlCheckboxMixedValue
-
- #define DELAY_LONG SInt32
-
-